The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Search results for "netaddr::ip"

NetAddr::IP - Manages IPv4 and IPv6 addresses and subnets River stage three • 37 direct dependents • 115 total dependents

This module provides an object-oriented abstraction on top of IP addresses or IP subnets that allows for easy manipulations. Version 4.xx of NetAddr::IP will work with older versions of Perl and is compatible with Math::BigInt. The internal represent...

MIKER/NetAddr-IP-4.079 - 26 Mar 2016 01:14:11 UTC - Search in distribution

Tie::NetAddr::IP - Implements a Hash where the key is a subnet River stage one • 1 direct dependent • 1 total dependent

This module overloads hashes so that the key can be a subnet as in NetAddr::IP. When looking values up, an interpretation will be made to find the given key within the subnets specified in the hash. The code sample provided on the SYNOPSIS would prin...

LUISMUNOZ/Tie-NetAddr-IP-1.51 - 09 Feb 2003 19:02:21 UTC - Search in distribution

NetAddr::IP::Find - Find IP addresses in plain text River stage one • 1 direct dependent • 1 total dependent

This is a module for finding IP addresses in plain text. Functions NetAddr::IP::Find exports one function, find_ipaddrs(). It works very similar to URI::Find's find_uris() or Email::Find's find_emails(). $num_ipaddrs_found = find_ipaddrs($text, \&cal...

MIYAGAWA/NetAddr-IP-Find-0.03 - 08 Jul 2003 04:19:09 UTC - Search in distribution

NetAddr::IP::Count - Count hosts in named subnets River stage zero No dependents

This module implements a symplistic way to match individual IP Addresses to subnets. It can be used to, among other things, help analyze HTTPD logs. The following methods are implemented. "->new" Creates a new counter. This method can be called passi...

LUISMUNOZ/NetAddr-IP-Count-2.01 - 08 Oct 2001 14:11:10 UTC - Search in distribution

NetAddr::IP::FastNew - NetAddr::IP new() methods with no validation River stage zero No dependents

This module is designed to quickly create NetAddr::IP objects. If you have a situation where you need 200_000 NetAddr::IP objects then the initialization speed can really become a problem....

RDRAKE/NetAddr-IP-FastNew-0.4 - 29 Dec 2014 02:27:52 UTC - Search in distribution

NetAddr::IP::LazyInit - NetAddr::IP objects with deferred validation SEE DESCRIPTION BEFORE USING River stage zero No dependents

This module is designed to quickly create objects that may become NetAddr::IP objects. It accepts anything you pass to it without validation. Once a method is called that requires operating on the value, the full NetAddr::IP object is constructed. Yo...

RDRAKE/NetAddr-IP-LazyInit-0.7 - 17 Nov 2014 14:28:51 UTC - Search in distribution

NetAddr::IP::Obfuscate - Replace IP addresses in plain text with obfuscated equivalents River stage zero No dependents

This is a module for replacing IP addresses in plain text with obfuscated equivalents from the network range supplied. IP addresses are replaced one-for-one throughout the text, so once an IP address has an obfuscated equivalent, it stays that way. T...

DMAXWELL/NetAddr-IP-Obfuscate-0.02 - 24 Jun 2005 18:20:56 UTC - Search in distribution

MooseX::Types::NetAddr::IP - NetAddr::IP related types and coercions for Moose River stage one • 2 direct dependents • 3 total dependents

This package provides internet address types for Moose. TYPES NetAddrIP Coerces from Str and ArrayRef via "new" in NetAddr::IP. NetAddrIPv4 Coerces from Str and ArrayRef via "new" in NetAddr::IP. NetAddrIPv6 Coerces from Str and ArrayRef via "new" in...

TCAINE/MooseX-Types-NetAddr-IP-0.07 - 25 Jul 2014 01:44:13 UTC - Search in distribution

FormValidator::Simple::Plugin::NetAddr::IP - IP Address validation River stage one • 1 direct dependent • 1 total dependent

This module adds IP Address validation commands to FormValidator::Simple. It uses NetAddr::IP to do the validation. There are other modules that may do IP Address validation with less overhead, but NetAddr::IP was already being used in the project th...

HACKER/FormValidator-Simple-Plugin-NetAddr-IP-0.01 - 29 Apr 2007 16:25:12 UTC - Search in distribution

Net::Works - Sane APIs for IP addresses and networks River stage one • 6 direct dependents • 6 total dependents

The NetAddr::IP module is very complete, correct, and useful. However, its API design is a bit crufty. This distro provides an alternative API that aims to address the biggest problems with that module's API, as well as adding some additional feature...

MAXMIND/Net-Works-0.22 - 21 Aug 2016 17:29:46 UTC - Search in distribution

SNMP - The Perl5 'SNMP' Extension Module for the Net-SNMP SNMP package. River stage two • 10 direct dependents • 13 total dependents

Note: The perl SNMP 5.0 module which comes with net-snmp 5.0 and higher is different than previous versions in a number of ways. Most importantly, it behaves like a proper net-snmp application and calls init_snmp properly, which means it will read co...

HARDAKER/SNMP-5.0404 - 17 Oct 2013 13:57:17 UTC - Search in distribution

spamtrap - Manage a spamtrap and produce DNS::BL commands to respond River stage zero No dependents

This program is meant to be used in procmail recipes serving spamtrap and/or spam reporting addresses. Its main functions include: Evidence archiving When instructed to do so, each processed spam sample is stored in a file within a path. The file nam...

LUISMUNOZ/DNS-BL-0.03 - 24 Dec 2004 19:27:22 UTC - Search in distribution

Mail::SpamCannibal - HOWTO Install SpamCannibal River stage zero No dependents

MIKER/Mail-SpamCannibal-1.08 - 13 Jun 2015 04:33:14 UTC - Search in distribution

Net::IPv6Addr - Check and manipulate IPv6 addresses River stage two • 7 direct dependents • 10 total dependents

"Net::IPv6Addr" checks whether strings contain valid IPv6 addresses, and converts IPv6 addresses into various formats. All of "new", "is_ipv6", and "ipv6_parse" can process the following formats: Preferred form: x:x:x:x:x:x:x:x "2001:db8:0:0:0:ff00:4...

BKB/Net-IPv6Addr-1.02 - 31 Mar 2021 02:15:35 UTC - Search in distribution

Mail::RBL - Perl extension to access RBL-style host verification services River stage zero No dependents

This module eases the task of checking if a given host is in the list. The methods available are described below: "->new(suffix, resolver)" Creates a list handle. The "suffix" parameter is mandatory and specifies which suffix to append to the queries...

LUISMUNOZ/Mail-RBL-1.10 - 01 May 2007 20:43:47 UTC - Search in distribution

Net::Connection::Sniffer::Util - netaddr utilities River stage zero No dependents

Net::Connection::Sniffer::Util is a lite weight perl module to do NetAddr::IP like operations on ip addresses in either 32 or 128 bit formats. * my $ip = newcidr24; Create a blessed address object with cidr/24 network/broadcast bounds (assumes 32 bit...

MIKER/Net-Connection-Sniffer-0.36 - 27 Jan 2014 22:28:23 UTC - Search in distribution

Mail::SPF::Mech - SPF record mechanism base class River stage one • 1 direct dependent • 2 total dependents

An object of class Mail::SPF::Mech represents a mechanism within an SPF record. Mail::SPF::Mech cannot be instantiated directly. Create an instance of a concrete sub-class instead. Constructors The following constructors are provided: new(%options): ...

MBRADSHAW/Mail-SPF-3.20240206 - 06 Feb 2024 02:13:21 UTC - Search in distribution

NetAddr::MAC - MAC hardware address functions and object (EUI48 and EUI64) River stage one • 4 direct dependents • 5 total dependents

This module provides an OO and functional interface to deal with Media Access Control (or MAC) addresses. These are the addresses that uniquely identify a device on various layer 2 networks. Although the most common case is hardware addresses on Ethe...

DJZORT/NetAddr-MAC-0.98 - 09 Jul 2022 01:31:17 UTC - Search in distribution

Task::BeLike::LESPEA - Modules that LESPEA uses on a daily basis River stage zero No dependents

LESPEA/Task-BeLike-LESPEA-2.005000 - 12 Mar 2014 14:47:57 UTC - Search in distribution

Net::DNS::Dig - dig like methods River stage zero No dependents

* $dig = new Net::DNS::Dig( # optional parameters Timeout => 15, # default Class => 'IN', # default PeerAddr => host or [name1, name2, ...] default local NS PeerPort => 53, # default Proto => 'UDP', # default Recursion => 1, # default QuesHead => 0, ...

MIKER/Net-DNS-Dig-0.12 - 17 Feb 2014 04:31:00 UTC - Search in distribution
55 results (0.043 seconds)